.footer {
  width: 100%;
  height: 120px;
  background: rgba(9, 60, 98, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "微软雅黑", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.968627450980392);
  text-align: center;
}
